Move API token into the separate file.
authorEvgen Druzhynin <evgen.druzhynin@gmail.com>
Tue, 2 May 2017 19:15:05 +0000 (22:15 +0300)
committerEvgen Druzhynin <evgen.druzhynin@gmail.com>
Thu, 1 Jun 2017 14:29:46 +0000 (17:29 +0300)
commit30cc37846defb0933bb70dc9ccf3c1b55fe34985
treea38dfedee5213f558e3211e7820d86b2d7a4ef01
parent03c0a41f97c25fc5595584bdefc38b530b4d68c3
Move API token into the separate file.
Now the token is stored in ~/.cargo/credentials (with 600 permissions on
unix-like systems).
src/cargo/ops/registry.rs
src/cargo/util/config.rs
tests/publish.rs